projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc31f3d
)
Bump the glib dependency
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2020 17:07:31 +0000
(13:07 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2020 17:07:31 +0000
(13:07 -0400)
Some of the new apis we want to use to avoid
deprecations were only introduced in 2.65.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index f3909567611c7d756e43264db5c64451b11a08c8..ce711e9ba09e4b0de9fbdc48312894a537408ead 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-11,8
+11,8
@@
project('gtk', 'c',
license: 'LGPLv2.1+')
glib_major_req = 2
-glib_minor_req = 6
3
-glib_micro_req =
1
+glib_minor_req = 6
5
+glib_micro_req =
0
if glib_minor_req.is_odd()
glib_min_required = 'GLIB_VERSION_@0@_@1@'.format(glib_major_req, glib_minor_req - 1)